Skip to content

Instantly share code, notes, and snippets.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; 作者: 李继刚
;; 日期: 2025-11-12
;; 剑名: 圆桌讨论
;; 剑意: 构建一个以“求真”为目标的结构化对话框架。该框架由一位极具洞察力的主持人
;; 进行引导,邀请代表不同思想的“典型代表人物”进行一场高强度的、即时响应式的
;; 深度对话。主持人将在每轮总结时生成视觉化的思考框架(ASCII Chart),通过
;; “主动质询” 与“协同共建”,对用户提出的议题进行协同探索,最终生成深刻的、
;; 结构化的知识网络。
@krankos
krankos / claudex-agent-setup.md
Last active July 12, 2026 16:36
claudex: use Claude Code's interface with GPT/Codex models through CLIProxyAPI

claudex: use Claude Code's interface with a Codex model through CLIProxyAPI

Inspired by Theo's original post on X.

The basic idea: if you prefer Claude Code's agent harness and terminal UX to the Codex CLI, claudex lets you keep Claude Code's interface, tools, permissions, plugins, and workflow while using GPT/Codex models underneath. A local CLIProxyAPI server translates and routes Claude Code's requests to a model available through Codex OAuth.

The important isolation rule is:

  • claude continues to work normally with its existing account and configuration.
  • codex continues to work normally with its existing configuration.
@DMeechan
DMeechan / word-list.js
Last active July 12, 2026 16:37
BIP39 mnemonic phases word list (2048 words)
const WORDLIST = ["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse",
"access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act",
"action","actor","actress","actual","adapt","add","addict","address","adjust","admit",
"adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent",
"agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert",
"alien","all","alley","allow","almost","alone","alpha","already","also","alter",
"always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger",
"angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique",
"anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic",
"area","arena","argue","arm","armed","armor","army","around","arrange","arrest",
@0xdevalias
0xdevalias / reverse-engineering-golang.md
Last active July 12, 2026 16:35
Some notes, tools, and techniques for reverse engineering Golang binaries
@meeramnoor16
meeramnoor16 / content-ideas.json
Created June 22, 2026 14:19
n8n workflow for daily content idea generation using Twitter, Reddit, and TikTok scraping
{
"name": "Content strategist portfolio",
"nodes": [
{
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
@meeramnoor16
meeramnoor16 / Inbox manager.json
Created June 24, 2026 16:12
Inbox manager that handles sales, HR, customer support and job application emails.
{
"name": "Inbox manager portfolio",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
@meeramnoor16
meeramnoor16 / Invoice Processing.json
Created June 25, 2026 19:24
This workflow will help you manage and process the invoices.
{
"name": "Portfolio 1: Invoice manager",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
@meeramnoor16
meeramnoor16 / speed_to_lead.json
Last active July 12, 2026 16:32
Speed to lead for lead qualification and nurture
{
"name": "Dental clinic speed to lead",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "00000000-0000-4000-8000-000000000001",
"options": {}
},
"type": "n8n-nodes-base.webhook",
@meeramnoor16
meeramnoor16 / Receptionist voice agent. JSON
Created July 9, 2026 11:32
Dental Receptionist voice agent
{
"name": "MN dental receptionist speed to lead",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "00000000-0000-4000-8000-000000000001",
"responseMode": "responseNode",
"options": {}
},
@meeramnoor16
meeramnoor16 / Speed_to_lead_email.JSON
Created July 10, 2026 16:16
Speed to lead via email
{
"name": "Speed to lead via Gmail",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}